Update test and version
authorJeroen van der Heijden <jeroen@transceptor.technology>
Fri, 12 Oct 2018 11:44:32 +0000 (13:44 +0200)
committerJeroen van der Heijden <jeroen@transceptor.technology>
Fri, 12 Oct 2018 11:44:32 +0000 (13:44 +0200)
include/siri/version.h
itest/testing/constants.py

index 5cf74a818b04635374b03a8f2103020615bb5ca6..04578c84470b0327476c2e962fd5cd14157d46a8 100644 (file)
@@ -13,7 +13,7 @@
  * This should be an empty string when building a final release.
  * Examples: "-alpha-0" "-alpha-1", ""
  */
-#define SIRIDB_VERSION_PRE_RELEASE "-alpha-1"
+#define SIRIDB_VERSION_PRE_RELEASE "-alpha-2"
 
 #ifndef NDEBUG
 #define SIRIDB_VERSION_BUILD_RELEASE "+debug"
index 8e91bea96d620f8dffcb4a152051a7447fcc0cc9..2f65c700013629c2c3182db3dae91c10c960d1d5 100644 (file)
@@ -1,6 +1,6 @@
 TEST_DIR = './testdir'
 SIRIDBC = '../{BUILDTYPE}/siridb-server'
-SERVICE = '/usr/local/bin/siridb-service'
+SERVICE = '/usr/local/bin/siridb-admin'
 VALGRIND = 'valgrind' \
   ' --tool=memcheck' \
   ' --error-exitcode=1' \